Document the code. 🔼
I've been slack. lol
reported=2022-01-24 18:08:50
reporter=onefang
priority=high
category=TODO
severity=text
resolution=open
2023-06-20 12:27:45 onefang: https://slashdot.org/story/23/06/13/0011226/ask-slashdot-what-are-some-tips-for-creating-effective-documentation?utmsource=rss1.0mainlinkanon&utmmedium=feed has some good tips.
"When you need to print an error message, put it in a variable named ImsorryDaveIcantdothat."
"Refactoring code I found unsanitized user input that was being passed directly to the database. I believe the original variable name was $qp (probably short for query parameters) I renamed it $attack_payload, which was much more descriptive and clearly allowed people to see where they needed to fix security issues"